home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bfix_240.arc / BTPATCH1 next >
Text File  |  1990-07-21  |  904b  |  64 lines

  1. n bt.dbg
  2. l
  3. rsp
  4. fe
  5. a 3f65
  6. ;
  7. ; This patch fixes the BinkleyTerm 2.40 problem of MaxBytes and its
  8. ; relatives not working for values higher than 32767.  It also fixes
  9. ; a bug in Janus that makes the protocol screw up when lines in the
  10. ; .?LO files are terminated with only linefeeds.  Finally, it fixes
  11. ; the problem of non-MNP modems falling through to the BBS when an
  12. ; MNP modem is connecting at the remote end.  This patch is only for
  13. ; the OVERLAY version of BinkleyTerm 2.40.  It should not be used on
  14. ; the BTBIG version.
  15. ;
  16. mov ax,12c
  17.  
  18. a 3fe6
  19. mov ax,50
  20.  
  21. a 4021
  22. mov ax,50
  23.  
  24. a 4045
  25. jmp 3f65
  26.  
  27. a 0
  28. mov ax,ds
  29. add ax,1000
  30. mov ds,ax
  31. int 3
  32.  
  33. g =0
  34. a ds:e4e7
  35. nop
  36.  
  37. a ds:e50b
  38. nop
  39.  
  40. a ds:e52f
  41. nop
  42.  
  43. rsp
  44. fe
  45. a 0
  46. mov ax,cs
  47. add ax,2000
  48. mov ds,ax
  49. int 3
  50.  
  51. g =0
  52. a ds:6bf4
  53. mov word ptr [2faa],8000
  54. mov ax,7c6
  55.  
  56. a ds:8801
  57. mov word ptr [2faa],8000
  58. mov ax,7c6
  59.  
  60. w
  61. q
  62.  
  63.  
  64.